home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Wyszukiwarki / Bingooo 2.6.0 / Bingooo_english.exe / {app} / BINGOOO.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Text File  |  2002-06-14  |  1KB  |  66 lines

  1. object SplashForm: TSplashForm
  2.   Left = 262
  3.   Top = 176
  4.   AutoSize = True
  5.   BorderStyle = bsDialog
  6.   Caption = 'Welcome ...'
  7.   ClientHeight = 180
  8.   ClientWidth = 300
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 300
  25.     Height = 180
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.   end
  29.   object Label1: TLabel
  30.     Left = 88
  31.     Top = 88
  32.     Width = 112
  33.     Height = 16
  34.     Caption = 'Loading Agents'
  35.     Color = clNone
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clNavy
  38.     Font.Height = -13
  39.     Font.Name = 'Verdana'
  40.     Font.Style = [fsBold]
  41.     ParentColor = False
  42.     ParentFont = False
  43.     Transparent = True
  44.   end
  45.   object Shape1: TShape
  46.     Left = 88
  47.     Top = 112
  48.     Width = 123
  49.     Height = 11
  50.     Brush.Style = bsClear
  51.     Pen.Color = clNavy
  52.   end
  53.   object Shape2: TShape
  54.     Left = 91
  55.     Top = 114
  56.     Width = 20
  57.     Height = 8
  58.     Brush.Color = clNavy
  59.     Pen.Style = psClear
  60.   end
  61.   object Timer1: TTimer
  62.     Interval = 4000
  63.     OnTimer = Timer1Timer
  64.   end
  65. end
  66.